home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Set-Up / card_22889.txt < prev    next >
Text File  |  1990-08-07  |  4KB  |  206 lines

  1. -- card: 22889 from stack: in
  2. -- bmap block id: 23152
  3. -- flags: 0000
  4. -- background id: 16046
  5. -- name: QUESTION 1
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide button id 17
  9. end closeCard
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=45 top=76 right=274 bottom=261
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24.  
  25.  
  26. -- part 15 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=20 top=51 right=69 bottom=283
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 3
  34. -- text size: 14
  35. -- style flags: 256
  36. -- line height: 18
  37. -- part name: 
  38.  
  39.  
  40. -- part 17 (button)
  41. -- low flags: 80
  42. -- high flags: A003
  43. -- rect: left=345 top=248 right=270 bottom=445
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Reference
  52. ----- HyperTalk script -----
  53.  
  54. on mouseUp
  55.   global check
  56.   put 1 into check
  57.   push card
  58.   visual iris open
  59.   go to card "SE Multi 5"
  60.   show card button "self-check"
  61.   show card field "cloak"
  62. end mouseUp
  63.  
  64.  
  65.  
  66.  
  67.  
  68. -- part 20 (field)
  69. -- low flags: 80
  70. -- high flags: 0000
  71. -- rect: left=324 top=160 right=197 bottom=491
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 3
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80.  
  81.  
  82. -- part 28 (button)
  83. -- low flags: 00
  84. -- high flags: A003
  85. -- rect: left=363 top=163 right=185 bottom=429
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: False
  94. ----- HyperTalk script -----
  95.  
  96. on mouseUp
  97.   play "Harpsichord" tempo 180 "a es eq es f# g# a b c#5q a4s aq"
  98.   wait for 2 seconds
  99.   hide button id 17
  100.   visual scroll left
  101.   go next
  102. end mouseUp
  103.  
  104.  
  105.  
  106. -- part 29 (button)
  107. -- low flags: 00
  108. -- high flags: A003
  109. -- rect: left=363 top=132 right=154 bottom=429
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: True
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   play boing
  121.   show button id 17
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 33 (button)
  127. -- low flags: 00
  128. -- high flags: 0000
  129. -- rect: left=328 top=302 right=325 bottom=353
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: New Button
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   visual scroll right
  141.   go to next card
  142. end mouseUp
  143.  
  144.  
  145.  
  146.  
  147. -- part 35 (button)
  148. -- low flags: 00
  149. -- high flags: 0000
  150. -- rect: left=153 top=301 right=324 bottom=178
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: New Button
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   visual effect scroll left
  162.   go to previous card
  163. end mouseUp
  164.  
  165.  
  166.  
  167.  
  168. -- part 36 (button)
  169. -- low flags: 00
  170. -- high flags: A004
  171. -- rect: left=202 top=303 right=324 bottom=305
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: Setup
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   answer "Exit the Self-Check?" with "Yes" or "Cancel"
  183.   if it is "Yes" then
  184.     visual checkerboard to black
  185.     go to card "Setting Up Scanner"
  186.   end if
  187.   if it is "Cancel" then
  188.     put "Cancel" into it
  189.   end if
  190. end  mouseUp
  191.  
  192.  
  193. -- part contents for card part 2
  194. ----- text -----
  195.  
  196.  
  197. When connecting multiple external devices to a Macintosh with an internal hard disk, always install a terminating resistor on the last device in the SCSI chain.
  198.  
  199. -- part contents for card part 15
  200. ----- text -----
  201. Question
  202.  
  203. -- part contents for card part 20
  204. ----- text -----
  205. Only during routine 
  206. maintenance?